Package com.cisco.pt.impl
Class LTVParsingError
java.lang.Object
java.lang.Throwable
java.lang.Error
com.cisco.pt.impl.LTVParsingError
- All Implemented Interfaces:
Serializable
- Author:
- packettracerexapps@external.cisco.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionconstructorLTVParsingError(String message) LTVParsingError(String message, Throwable cause) LTVParsingError(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LTVParsingError
public LTVParsingError()constructor -
LTVParsingError
- Parameters:
message- String
-
LTVParsingError
- Parameters:
message- Stringcause- Throwable
-
LTVParsingError
- Parameters:
cause- Throwable
-